Skip to content

Commit 42bb110

Browse files
authored
Update Dockerfile
1 parent c16d1a4 commit 42bb110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ RUN yarn build
225225
## To create a separate image out of it, build it with:
226226
## DOCKER_BUILDKIT=1 docker build -f deploy/docker/Dockerfile -t lowcoderorg/lowcoder-ee-frontend --target lowcoder-ee-frontend .
227227
##
228-
FROM nginx:1.27.1 AS lowcoder-ee-frontend
228+
FROM nginx:1.27.1 AS lowcoder-enterprise-frontend
229229
LABEL maintainer="lowcoder"
230230

231231
# Change default nginx user into lowcoder user and remove default nginx config

0 commit comments

Comments
 (0)