fix: serve frontend static files and build in docker
This commit is contained in:
@@ -7,6 +7,9 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
# Build the frontend
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
|
||||
Reference in New Issue
Block a user