Skip to content

Commit

Permalink
Correctly copy the static directory
Browse files Browse the repository at this point in the history
When you copy a directory, it copies the contents, but not the dir

Related to Issue #25
  • Loading branch information
BobChao87 committed Jul 27, 2021
1 parent fbaa510 commit e373dd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /oengus-webapp
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
RUN npm ci --silent
COPY ["nuxt.config.js", "vue-i18n.config.js", "./"]
COPY static ./static
COPY --from=builder /oengus-webapp/.nuxt ./.nuxt
EXPOSE 3000
CMD ["npm", "start"]
11 changes: 0 additions & 11 deletions static/README.md

This file was deleted.

0 comments on commit e373dd0

Please sign in to comment.