Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingGeek committed Jun 4, 2020
1 parent 7cc9089 commit f0ed66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get install npm -y
RUN apt-get update && \
apt-get -y install gcc mono-mcs && \
rm -rf /var/lib/apt/lists/*
RUN apt install default-jre -y
RUN apt install default-jdk -y
RUN apt-get update && apt-get install default-jre -y
RUN apt-get update && apt-get install default-jdk -y
COPY /editor-backend/package.json .
COPY /editor-backend .
CMD ["npm","start"]

0 comments on commit f0ed66c

Please sign in to comment.