ciyidogan commited on
Commit
5840fd9
·
verified ·
1 Parent(s): ecfaea7

Update Dockerfile

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