Commit 6fca4c3d authored by Ruslan Konviser's avatar Ruslan Konviser
Browse files

fix: more for Docker

parent 148bb518
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ ARG WEB_PORT
FROM node:16-alpine3.11 AS dependencies

LABEL maintainer="ever@ever.co"
LABEL org.opencontainers.image.source https://github.com/ever-co/ever-demand

ENV CI=true

+2 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ ARG PORT
FROM node:16-alpine3.11 AS dependencies

LABEL maintainer="ever@ever.co"
LABEL org.opencontainers.image.source https://github.com/ever-co/ever-demand

ENV CI=true

@@ -138,4 +139,4 @@ EXPOSE ${PORT} 5501 5050 5555 27017 28017
ENTRYPOINT [ "./entrypoint.prod.sh" ]

# CMD [ "pm2-runtime", "main.js" ]
CMD [ "node", "packages/core/build/src/main.js" ]
 No newline at end of file
CMD [ "node", "packages/core/build/main.js" ]
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ ARG SETTINGS_MAINTENANCE_API_URL
FROM node:16-alpine3.11 AS dependencies

LABEL maintainer="ever@ever.co"
LABEL org.opencontainers.image.source https://github.com/ever-co/ever-demand

ENV CI=true

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ ARG SETTINGS_MAINTENANCE_API_URL
FROM node:16-alpine3.11 AS dependencies

LABEL maintainer="ever@ever.co"
LABEL org.opencontainers.image.source https://github.com/ever-co/ever-demand

ENV CI=true

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ ARG SETTINGS_MAINTENANCE_API_URL
FROM node:16-alpine3.11 AS dependencies

LABEL maintainer="ever@ever.co"
LABEL org.opencontainers.image.source https://github.com/ever-co/ever-demand

ENV CI=true

Loading