Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
laclasse
etherpad
Commits
a41558a6
Commit
a41558a6
authored
Feb 11, 2020
by
Daniel LACROIX
Browse files
add missing folder for nginx
parent
bf6d0440
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a41558a6
FROM
node:alpine
ARG
NODE_ENV=production
RUN
mkdir
/app
&&
apk update
&&
apk add curl gettext nginx
RUN
mkdir
/app
&&
apk update
&&
apk add curl gettext nginx
&&
mkdir
/run/nginx
COPY
./1.7.0.tar.gz /app
WORKDIR
/app
RUN
tar
zxvf 1.7.0.tar.gz
--strip
1
-C
/app
&&
\
...
...
Write
Preview
Supports
Markdown
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