Fixing run command
All checks were successful
Anatid Blog CI Workflow / test (./backend) (push) Successful in 28s
Anatid Blog CI Workflow / test (./frontend) (push) Successful in 30s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 50s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 59s
Anatid Blog CI Workflow / deploy (push) Successful in 26s

This commit is contained in:
Phill Pover 2025-03-29 08:32:36 +00:00
parent eab60089ca
commit 515d79c7ef

View File

@ -5,7 +5,7 @@ COPY ./package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
RUN npm run build RUN npm run build
CMD [ "node", "dist/main.js" ] CMD [ "node", "build/main.js" ]
# Production Stage # Production Stage
#FROM nginx:stable-alpine AS production #FROM nginx:stable-alpine AS production