Skip to content

Commit

Permalink
refactor(Docker): Move Dockerfile and update order of operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Feb 22, 2024
1 parent f457e7b commit 2689825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt update -y -m && \

# Copy across the application, setup NGINX, and install Poetry
COPY . /api
RUN cp /api/docker/api/config.json /docker-entrypoint.d/config.json && \
RUN cp /api/docker/config.json /docker-entrypoint.d/config.json && \
pip install poetry

# Set the working directory and configure Poetry
Expand Down

0 comments on commit 2689825

Please sign in to comment.