dockerfile fix
parent
958fa44344
commit
8a95bd9886
|
@ -1,5 +1,5 @@
|
|||
# BUILD ENVIRONMENT
|
||||
FROM node:16-slim as builder
|
||||
FROM node:16-slim AS builder
|
||||
WORKDIR /app
|
||||
|
||||
ARG APP_SUBFOLDER=""
|
||||
|
|
Loading…
Reference in New Issue