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
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:
parent
eab60089ca
commit
515d79c7ef
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user