Skip to content

Commit

Permalink
修改dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Aug 1, 2024
1 parent 2f2b55b commit ef10f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ WORKDIR /app
COPY front/package*.json ./
RUN npm install
COPY front/. .
RUN ls -l /app/
RUN npm run generate
COPY front/replace_underscore.sh ./
RUN ls -l /app/
RUN chmod +x /app/replace_underscore.sh
RUN /app/replace_underscore.sh
RUN ls -l /app/.output/public
Expand Down

0 comments on commit ef10f9d

Please sign in to comment.