Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
code
Public Stack Site
Commits
176809a1
Commit
176809a1
authored
Aug 17, 2020
by
alain
🐙
Browse files
include env in up script
parent
9f232d5c
Changes
1
Show whitespace changes
Inline
Side-by-side
up.sh
View file @
176809a1
...
...
@@ -2,6 +2,7 @@
docker run
\
--name
public-stack-site-src
\
-p
1337:1337
\
-v
"
$(
pwd
)
"
/backend/.env:/usr/src/public-stack-site/backend/.env
\
-v
"
$(
pwd
)
"
/backend/.tmp:/usr/src/public-stack-site/backend/.tmp
\
-v
"
$(
pwd
)
"
/backend/public/uploads:/usr/src/public-stack-site/backend/public/uploads
\
-v
public-stack-site-volume:/usr/src/public-stack-site/frontend/public
\
...
...
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