Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
9200a003
Commit
9200a003
authored
Jul 01, 2020
by
Guillaume Perréal
Browse files
Remet en place l'alias /usr/local/bin/prezbuilder dans l'image Docker.
parent
46ba2aa4
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9200a003
...
...
@@ -43,6 +43,7 @@ RUN wget -nv -O /tmp/wkhtmltox.deb https://github.com/wkhtmltopdf/wkhtmltopdf/re
RUN
mkdir
-p
/workdir/src /workdir/public /opt/prezbuilder
COPY
--from=builder /opt/prezbuilder /opt/prezbuilder/
RUN
ln
-s
/opt/prezbuilder/bin/prezbuilder /usr/local/bin/prezbuilder
ENV
SERVER_HOST=0.0.0.0 \
SERVER_PORT=3000 \
...
...
@@ -51,5 +52,5 @@ ENV SERVER_HOST=0.0.0.0 \
WORKDIR
/workdir
EXPOSE
3000/tcp 35729/tcp
ENTRYPOINT
["/
opt/prezbuilder
/bin/prezbuilder"]
ENTRYPOINT
["/
usr/local
/bin/prezbuilder"]
CMD
["dev"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment