run dev env for site in docker
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:16-alpine as build
|
||||
|
||||
WORKDIR /site
|
||||
COPY ./ /site
|
||||
RUN yarn --frozen-lockfile
|
||||
|
||||
CMD yarn start
|
||||
Reference in New Issue
Block a user