Browse Source

Update Dockerfile

pull/40/head
Kevin Assogba 4 years ago
committed by GitHub
parent
commit
b9fa500e3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile View File

@ -1,5 +1,5 @@
FROM ubuntu FROM ubuntu
MAINTAINER Jeffery Russell
LABEL maintainer="Jeffery Russell"
# install all dependencies # install all dependencies
RUN apt-get update && \ RUN apt-get update && \
@ -24,4 +24,4 @@ WORKDIR /github-graphs/server
# Install dependencies and start the program at RUN # Install dependencies and start the program at RUN
RUN npm install RUN npm install
ENTRYPOINT ["node", "server.js"]
CMD ["node", "server.js"]

Loading…
Cancel
Save