Skip to content

Commit

Permalink
Fix another path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Jan 11, 2024
1 parent 223ca81 commit 875f583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ WORKDIR $APP_PATH
COPY --from=build $APP_PATH/dist/*.whl ./
COPY --from=build $APP_PATH/constraints.txt ./
RUN pip install ./$APP_NAME*.whl --constraint constraints.txt
COPY ./$PACKAGE_NAME/gunicorn.conf.py ./
COPY ./src/$PACKAGE_NAME/gunicorn.conf.py ./

# export environment variables for the CMD
ENV PACKAGE_NAME=$PACKAGE_NAME
Expand Down

0 comments on commit 875f583

Please sign in to comment.