Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 38d447d

Browse files
committed
Configuring cicd prod
1 parent 51facee commit 38d447d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Use the base image with Node.js
22
FROM node:latest
33

4+
ARG APPMODE
5+
ARG APPENV
6+
7+
ENV APPMODE=$APPMODE
8+
ENV APPENV=$APPENV
9+
410
# Copy the current directory into the Docker image
511
COPY . /micro-frontends-earn-app
612

0 commit comments

Comments
 (0)