Make a local master
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
*~
|
*~
|
||||||
node_modules
|
node_modules
|
||||||
build
|
build
|
||||||
|
web_push
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
FROM node:18.17.1-alpine3.17
|
FROM node:18.17.1-alpine3.17
|
||||||
|
|
||||||
|
RUN mkdir -p /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
@@ -8,11 +9,8 @@ COPY .eslintrc.json ./
|
|||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
|
|||||||
BIN
push_server
BIN
push_server
Binary file not shown.
Reference in New Issue
Block a user