Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Dec 26, 2022
1 parent 0194bc4 commit 1bb2f97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FROM node:current-alpine
RUN yarn add -D tailwindcss @tailwindcss/forms
ENTRYPOINT yarn run tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT
ENTRYPOINT npm install -D tailwindcss @tailwindcss/forms && npx tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT

0 comments on commit 1bb2f97

Please sign in to comment.