Push Docker images to GitHub container registry
This commit is contained in:
parent
31eee68896
commit
0565c659fd
2 changed files with 18 additions and 4 deletions
|
@ -14,7 +14,7 @@ RUN npm ci
|
|||
COPY . .
|
||||
RUN npm run production
|
||||
|
||||
FROM nginx AS nginx
|
||||
FROM nginx AS production
|
||||
COPY tools/docker/images/nginx/root /
|
||||
WORKDIR /app
|
||||
COPY --from=app /app/output_prod ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue