Upload files to "build"
This commit is contained in:
13
build/dockerfile
Normal file
13
build/dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
#COPY package*.json ./
|
||||
RUN npm config set registry https://mirror-npm.runflare.com
|
||||
RUN npm install -g serve
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["serve"]
|
||||
Reference in New Issue
Block a user