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

Commit 6526a26

Browse files
Update Dockerfile
1 parent 02187ae commit 6526a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ENV APPMODE=$APPMODE
88
ENV APPENV=$APPENV
99

1010
# Copy the current directory into the Docker image
11-
COPY . /taas-admin
11+
COPY . /micro-frontends-taas-admin-app
1212

1313
# Set working directory for future use
14-
WORKDIR /taas-admin
14+
WORKDIR /micro-frontends-taas-admin-app
1515

1616
# Install the dependencies from package.json
1717
RUN npm install

0 commit comments

Comments
 (0)