Skip to content

Commit

Permalink
Dockerfile update to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 5, 2023
1 parent 3396aaa commit 55e0157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/images/kuzzle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
# Production build image
################################################################################
FROM node:18-bullseye-slim as builder
FROM node:18-bullseye-slim AS builder

RUN set -x \
&& apt-get update \
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN set -x \
################################################################################
# Production build 2 image
################################################################################
FROM node:18-bullseye-slim as minifier
FROM node:18-bullseye-slim AS minifier

ENV NODE_ENV=production

Expand All @@ -58,7 +58,7 @@ RUN set -x \
################################################################################
# Production image
################################################################################
FROM bitnami/minideb:bullseye
FROM node:18-bullseye-slim

LABEL io.kuzzle.vendor="Kuzzle <[email protected]>"
LABEL description="Run your Kuzzle backend in production mode"
Expand Down

0 comments on commit 55e0157

Please sign in to comment.