Skip to content

Commit

Permalink
Dockerfile chore
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Jun 7, 2022
1 parent b8127ce commit 0a901b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## FRONTEND BUILDER ##
# Use Debian Bullseye based Node.js 16 LTS image
FROM node:16-bullseye-slim as builder
FROM node:16-bullseye-slim AS builder

# Buid arguments
ARG FE_PUBLIC_PATH="/"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN rm -rf ./dist && yarn build --mode production
## SERVICE CONTAINER ##
# Use Debian Bullseye based Node.js 16 LTS image
# We can't use Alpine based image due to error with Kiwi dependency installation
FROM node:16-bullseye-slim as runner
FROM node:16-bullseye-slim AS runner

# Container labels
LABEL org.opencontainers.image.title="Mollufier"
Expand Down

0 comments on commit 0a901b8

Please sign in to comment.