This commit is contained in:
2023-05-26 23:45:36 +03:00
parent 5e377c8213
commit 2f1f7d072c
5 changed files with 51 additions and 32 deletions

View File

@ -7,14 +7,7 @@ ENV WDS_SOCKET_PORT=0
WORKDIR /app
COPY /app /app
# COPY package.json /app/package.json
# COPY package-lock.json /app/package-lock.json
# Same as npm install
RUN npm ci
# COPY . /app
#
RUN printenv
CMD [ "npm", "start" ]