This commit is contained in:
Amit Jakubowicz 2019-10-03 16:28:08 +02:00
parent f43653f1c4
commit 6d6451d912
1 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM node:10.16
RUN apt-get update
RUN apt-get install -y curl
@ -11,12 +11,6 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources
RUN apt-get update
RUN apt-get install -y nodejs yarn
# Node
RUN apt-get install -y nodejs
# postgres
RUN apt-get install -y postgresql-10
# application
RUN mkdir /opt/server