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:17:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a986d1ac8fba3bb631f70a7db778636e2160fbbb
a986d1ac
1 parent
8477d10b
Builds for 1 pipeline
failed
in 1 minute 14 seconds
Dockerfile 오타 수정
Changes
1
Builds
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web/Dockerfile
web/Dockerfile
View file @
a986d1a
...
...
@@ -21,9 +21,9 @@ ENV HOST ${HOST}
ARG SSL_CERT
ENV
SSL_CERT ${SSL_CERT}
ARG SSL_KEY
ENV
SSL_KEY ${SSL_KEY}
}
ENV
SSL_KEY ${SSL_KEY}
ARG SSL_CA
ENV
SSL_CA ${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
...
...
Please
register
or
login
to post a comment