Commit f971b61d authored by Dennis Willers's avatar Dennis Willers 🏀

Update Dockerfile

parent 8f1b7ea0
Pipeline #322 passed with stages
in 3 minutes and 6 seconds
FROM node:12.18.1
ENV NODE_ENV=production
EXPOSE 8080
EXPOSE 80
EXPOSE 3000
WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment