Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
강동현
2021-06-11 01:43:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0da71f46b4dbf0cdefdcaf1eee2deff86a3b128e
0da71f46
1 parent
1c0e4d48
Builds for 1 pipeline
canceled
in 39 minutes 51 seconds
envsubst가 해당되는 변수만 치환하도록 변경
Changes
1
Builds
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/Dockerfile
web/Dockerfile
View file @
0da71f4
...
...
@@ -26,7 +26,7 @@ ARG SSL_CA
ENV
SSL_CA ${SSL_CA}
COPY web/default.conf /etc/nginx/conf.d/default_temp
RUN
envsubst < /etc/nginx/conf.d/default_temp > /etc/nginx/conf.d/default.conf
RUN
envsubst
'$HOST $SSL_CA $SSL_KEY'
< /etc/nginx/conf.d/default_temp > /etc/nginx/conf.d/default.conf
COPY --from=build /usr/web/build /usr/web/build
...
...
Please
register
or
login
to post a comment