diff --git a/api/Dockerfile b/api/Dockerfile index 62c3267d0..00f56869a 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -9,7 +9,7 @@ COPY . . ################## ### PROD IMAGE ### ################## -FROM node:18.15.0-alpine as prod +FROM node:18.15.0-alpine AS prod ENV NODE_ENV=production # Add curl for health check