dockerfile fix

This commit is contained in:
Tudor Stanciu 2024-07-14 03:06:01 +03:00
parent 958fa44344
commit 8a95bd9886

View File

@ -1,5 +1,5 @@
# BUILD ENVIRONMENT
FROM node:16-slim as builder
FROM node:16-slim AS builder
WORKDIR /app
ARG APP_SUBFOLDER=""