Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
rpg-workshop
Commits
f0eff855
Commit
f0eff855
authored
Apr 11, 2022
by
Donald Haase
Browse files
Adding docker file and updating the package.json start-local to the final sequence of commands
parent
2a29d8a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
0 → 100644
View file @
f0eff855
version
:
"
2"
services
:
node
:
image
:
"
node:16"
user
:
"
root"
working_dir
:
/home/node/app
environment
:
-
NODE_ENV=production
volumes
:
-
./:/home/node/app
ports
:
-
"
3000:3000"
command
:
"
npm
start:local"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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