Created
April 25, 2024 21:11
-
-
Save christopherbauer/90b874157e441e698fc43691cc7bf66b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node:21-alpine | |
WORKDIR /app/web | |
COPY . . | |
RUN npm install --silent --legacy-peer-deps | |
CMD ["npm", "run", "dev"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment