migrate from github
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
# dev
|
||||
FROM node:20-alpine AS dev
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["sh", "-c", "npm install && npm run dev -- --host --port 80"]
|
||||
Reference in New Issue
Block a user