Skip to content

Commit

Permalink
rm .devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ipince committed Sep 13, 2024
1 parent 72e1588 commit bf83ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/python-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN mkdir -p /code && chown ${DEVBOX_USER}:${DEVBOX_USER} /code
USER ${DEVBOX_USER}:${DEVBOX_USER}

COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} . .
RUN rm -rf .devbox

RUN devbox install

Expand Down

0 comments on commit bf83ade

Please sign in to comment.