dockerfile fix

master
Tudor Stanciu 2024-07-14 03:06:01 +03:00
parent 958fa44344
commit 8a95bd9886
1 changed files with 1 additions and 1 deletions

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=""