Skip to content

Commit

Permalink
🩹 fix NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
UrWrstNightmare committed Dec 18, 2023
1 parent 213e91c commit d1094d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .docker/Back.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ RUN npm install --omit=dev

COPY ./back .

ENV NODE_ENV production

CMD ["npm", "start"]
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
images: ${{ matrix.image }}
labels: latest

- name: Build and push Docker image Drill4Net.Agent.Service
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit d1094d2

Please sign in to comment.