Skip to content
Snippets Groups Projects
Commit 03a5c7e9 authored by Markus Opolka's avatar Markus Opolka
Browse files

Add Dockerfile

parent 8b085aa6
No related branches found
No related tags found
1 merge request!10V1.1.6
.git
.gitignore
.dockerignore
Dockerfile
node_modules
*.md
*.txt
*.example
.editorconfig
yarn.lock
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment