Skip to content

Commit

Permalink
include views folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Nov 2, 2023
1 parent 0e66eb5 commit 8b79dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions menu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /usr/src/app
ADD package.json .
RUN yarn install
COPY public public
COPY views views
COPY index.js .

EXPOSE 3000
Expand Down

0 comments on commit 8b79dcb

Please sign in to comment.