Skip to content

Commit 1eb6352

Browse files
authored
#43 - deploy fix (#45)
#43 - fix: fixed copying files for npx command in node stage
1 parent 8490b68 commit 1eb6352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environment/prod/app/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ COPY package.json package-lock.json styles.css tailwind.config.js ./
2222
RUN npm clean-install
2323

2424
COPY ./public/meetup.html ./public/meetup.html
25+
COPY ./public/pastMeetup.html ./public/pastMeetup.html
2526

2627
RUN npx tailwindcss -i ./styles.css -o ./public/output.css
2728

0 commit comments

Comments
 (0)