Created
April 25, 2024 21:10
-
-
Save christopherbauer/ccc50b4397e9118c95fd2de026dbabc6 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/api | |
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