ciyidogan commited on
Commit
7dca6e6
·
verified ·
1 Parent(s): 6e17697

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  # Build Angular UI
3
  FROM node:18-slim AS angular-build
4
 
5
- # Build argument: production-development
6
  ARG BUILD_ENV=development
7
 
8
  WORKDIR /app
 
2
  # Build Angular UI
3
  FROM node:18-slim AS angular-build
4
 
5
+ # Build argument: production/development
6
  ARG BUILD_ENV=development
7
 
8
  WORKDIR /app