Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich authored May 25, 2022
1 parent 640743a commit 5918871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ COPY tailwind tailwind

COPY index.mjs index.mjs
COPY api.mjs api.mjs
COPY init.mjs init.mjs

COPY tailwind.config.js tailwind.config.js

RUN npm run tailwind:minify

ENTRYPOINT [ "node", "index.mjs" ]
ENTRYPOINT [ "node", "index.mjs" ]

0 comments on commit 5918871

Please sign in to comment.