github action for docker

This commit is contained in:
Cogent Apps
2023-03-14 21:11:18 +00:00
parent 633630807d
commit 68e4a5357c
3 changed files with 14 additions and 1 deletions

View File

@@ -34,4 +34,6 @@ RUN npm install
COPY ./server/src ./src
RUN CI=true cd /app && npm run start
COPY --from=build /app/build /app/public