Updating server configuration (#145)

Update server deploy staging
This commit is contained in:
Charles Bochet
2023-05-26 16:30:41 +02:00
committed by GitHub
parent 26d3716ae7
commit 29fb781c26
4 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,5 @@
FROM node:18.16.0-alpine as server
ARG SERVER_DATABASE_URL
WORKDIR /app/server
COPY ./server/package.json ./
COPY ./server/package-lock.json ./