Skip to content

Commit

Permalink
Docker image en mode production
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Sep 27, 2024
1 parent ca81191 commit b6dd383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FROM node:20-alpine as builder

ARG BASE_URL="/cartes"
ARG MODE_ENV="development"
ARG MODE_ENV="production"

RUN apk add git

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
context: .
file: .docker/Dockerfile
build-args: MODE_ENV=production
pull: true
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit b6dd383

Please sign in to comment.