We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088d7cc commit 6abe6f0Copy full SHA for 6abe6f0
Dockerfile
@@ -21,6 +21,8 @@ RUN npm ci --no-audit
21
# Build source
22
ARG build_command="npm run build:prod"
23
COPY . /app
24
+# We want emulator code in Docker images ― even for production bundles ― because they will always run in a browser environment.
25
+RUN cp /app/src/core/features/emulator/emulator.module.ts /app/src/core/features/emulator/emulator.module.prod.ts
26
RUN ${build_command}
27
28
# Generate SSL certificate
0 commit comments