template initialization
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
This commit is contained in:
6
frontend/docker/dev.Dockerfile
Normal file
6
frontend/docker/dev.Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM node:22.15.0
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
CMD ["npm", "run", "dev"]
|
Reference in New Issue
Block a user