Browse Source

dockerfile

volta 2 years ago
parent
commit
a95de14332
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM jdk21-alpine:3.18
 
 ARG env
 
-#ENV ENVIRMENT=${env:+"dev"}
+ENV ENVIRMENT=${env:+"dev"}
 ENV ENVIRMENT=${ENVIRMENT:-"prod"}
 
 COPY ./launch-admin/target/*.jar  /app/lbservice.jar