Initial commit
This commit is contained in:
13
promo-ui2/Dockerfile.dev
Normal file
13
promo-ui2/Dockerfile.dev
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:18.0.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install -g pnpm@8.1.0
|
||||
|
||||
COPY package.json .
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD [ "pnpm", "run", "dev" ]
|
||||
Reference in New Issue
Block a user