Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpeng committed Dec 6, 2024
1 parent 66f2acc commit 8fcf8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/profile/Dockerfile-profile-frontend
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN sed -i '1idaemon off;' /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf

# adapt the `dist/` folder to the output directory your build tool uses (such as `dist/`, `build/` or `www/`).
COPY ../../packages/editor/dist/spa/ /app
COPY ./packages/editor/dist/spa/ /app

EXPOSE 80

Expand Down
2 changes: 1 addition & 1 deletion docker/profile/Dockerfile-profile-preview
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN sed -i '1idaemon off;' /etc/nginx/nginx.conf
COPY nginx.preview.conf /etc/nginx/conf.d/default.conf

# adapt the `dist/` folder to the output directory your build tool uses (such as `dist/`, `build/` or `www/`).
COPY ../../packages/editor/dist/spa/ /app
COPY ./packages/editor/dist/spa/ /app

EXPOSE 80

Expand Down

0 comments on commit 8fcf8d5

Please sign in to comment.