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
Markus Opolka
vue-cdbp
Commits
03a5c7e9
Commit
03a5c7e9
authored
Dec 20, 2018
by
Markus Opolka
Browse files
Add Dockerfile
parent
8b085aa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
.dockerignore
0 → 100644
View file @
03a5c7e9
.git
.gitignore
.dockerignore
Dockerfile
node_modules
*.md
*.txt
*.example
.editorconfig
yarn.lock
Dockerfile
0 → 100644
View file @
03a5c7e9
FROM
node:alpine
LABEL
maintainer="markus.opolka@fau.de"
COPY
. /app
WORKDIR
/app
RUN
yarn
install
RUN
yarn run build
EXPOSE
3000
ENTRYPOINT
node app.js
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