Skip to content

Commit

Permalink
- fix: deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Aug 27, 2024
1 parent 9b05e7a commit 18f36af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY package.json package-lock.json styles.css tailwind.config.js ./
RUN npm clean-install

COPY ./public/meetup.html ./public/meetup.html
COPY ./public/pastMeetup.html ./public/pastMeetup.html
COPY ./public/index.html ./public/index.html

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

Expand Down

0 comments on commit 18f36af

Please sign in to comment.