Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc24595e

Browse files
committed
Fix static file hrefs in frontend
1 parenteef5a85 commitc24595e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Dockerfile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ WORKDIR frontend
77
RUN npm ci
88
COPY frontend .
99
RUN npm run build
10+
WORKDIR build
11+
RUN sed -i s:/static/:/static_backend/:g index.html
1012

1113
# Stage 2 - Setup server
1214
FROM ubuntu:18.04

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp