Skip to content
Snippets Groups Projects

Fix dockerfile from buildHom in all to correct build according to build

Merged Lucas Soni Teixeira requested to merge lst19-master-patch-77399 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@ COPY . .
@@ -14,7 +14,7 @@ COPY . .
RUN npm install
RUN npm install
RUN npm run buildHom
RUN npm run buildProd
EXPOSE 5000
EXPOSE 5000
Loading