Deploy Full stack docker image (#914)

This commit is contained in:
Sidharth Mohanty
2023-11-08 23:55:12 +05:30
committed by GitHub
parent 6864b4207b
commit 936c7e389f
4 changed files with 39 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18 AS frontend
FROM node:18-slim AS frontend
WORKDIR /usr/src/app/frontend
COPY package.json .