Skip to content

Commit 6bf4748

Browse files
authored
Update Dockerfile
1 parent 7cb0c29 commit 6bf4748

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install
2626
&& apt-get clean \
2727
&& rm -rf /var/lib/apt/lists/*
2828

29-
# Set working directory
30-
WORKDIR /codecept
31-
3229
# Copy project files
33-
COPY . .
30+
COPY . /codecept
3431

32+
# Set working directory
3533
WORKDIR /tests
3634

3735
# Install Node.js dependencies as non-root user
@@ -56,4 +54,4 @@ USER pptruser
5654

5755
# Set entrypoint and command
5856
ENTRYPOINT ["/codecept/docker/entrypoint"]
59-
CMD ["bash", "/codecept/docker/run.sh"]
57+
CMD ["bash", "/codecept/docker/run.sh"]

0 commit comments

Comments
 (0)