Moved Dockerfile and added new Dockerfile for arm64 build
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
|
||||
FROM node:14
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD [ "npm", "start" ]
|
||||
Reference in New Issue
Block a user