Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 4c2e29c

Browse files
from publish
1 parent b42d867 commit 4c2e29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --from=version /src/.version ./
2323
RUN REACT_APP_CLIENT_VERSION=$(cat .version) \
2424
yarn build:dist && \
2525
yarn cache clean && \
26-
cp .version ./build
26+
cp .version ./dist
2727

2828
FROM build AS publish
2929
ARG MYGET_API_KEY
@@ -42,7 +42,7 @@ WORKDIR /etc/nginx
4242

4343
COPY ./nginx/ ./
4444

45-
COPY --from=publish /app/build/ /var/www/
45+
COPY --from=publish /app/dist/ /var/www/
4646

4747
EXPOSE 80
4848

0 commit comments

Comments
 (0)