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

Commit efdaa50

Browse files
committed
chore: change dist dir for docker
1 parent 3f05eff commit efdaa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN yarn build
1414
# ---- Release ----
1515
FROM nginx:alpine
1616
# copy production node_modules
17-
COPY --from=base /root/build/dist /var/www
17+
COPY --from=base /root/build/build /var/www
1818
COPY nginx.conf /etc/nginx/nginx.conf
1919

2020
EXPOSE 80

0 commit comments

Comments
 (0)