Skip to content

Commit

Permalink
try fix Dockerfile again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Mar 11, 2024
1 parent 55ff52f commit 97e382e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM alpine:latest
EXPOSE 80
ENV APP_DIR=/opt/app
COPY ./dist $APP_DIR
RUN mkdir -p $APP_DIR/img
COPY ./img $APP_DIR/img
COPY dist $APP_DIR
COPY img $APP_DIR/img
RUN chmod +x $APP_DIR/bin/start

WORKDIR $APP_DIR
Expand Down

0 comments on commit 97e382e

Please sign in to comment.