NEW
This commit is contained in:
13
backend/image/x86/Dockerfile
Normal file
13
backend/image/x86/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:current-alpine
|
||||
|
||||
RUN apk add sqlite nano make mc rsync
|
||||
|
||||
WORKDIR /app
|
||||
COPY build/package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY build/ ./
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["./start"]
|
||||
Reference in New Issue
Block a user