Skip to content

Commit

Permalink
build: clean src
Browse files Browse the repository at this point in the history
  • Loading branch information
weaigc committed Aug 26, 2023
1 parent 0410a81 commit ccd24bd
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 @@ -28,7 +28,7 @@ RUN npm install
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
COPY --chown=user . $HOME/app/

RUN npm run build
RUN npm run build && rm -rf src

ENV PORT 7860
EXPOSE 7860
Expand Down

0 comments on commit ccd24bd

Please sign in to comment.