Skip to content

Commit

Permalink
update_docker_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Dec 3, 2024
1 parent 872bca2 commit 86ca864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN python -m pip show Pillow
COPY ./node ./node
COPY ./static/js ./static/js


RUN npm run setup
RUN npm run build-prod

# Copy application source code
COPY . ./
Expand Down

0 comments on commit 86ca864

Please sign in to comment.