Fix docker build

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/5/head
trivernis 4 years ago
parent 13578d8c9b
commit e1312d93bc
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -4,7 +4,6 @@ WORKDIR /
COPY ./src /src COPY ./src /src
COPY ./package*.json ./ COPY ./package*.json ./
COPY ./gulpfile.js ./tsconfig.json ./ COPY ./gulpfile.js ./tsconfig.json ./
COPY ./ormconfig.json ./
RUN npm install RUN npm install
RUN npm install -g gulp RUN npm install -g gulp
RUN npm install gulp RUN npm install gulp
@ -12,4 +11,4 @@ RUN gulp
EXPOSE 4000 EXPOSE 4000
EXPOSE 5432 EXPOSE 5432
CMD ["npm", "start"] CMD ["npm", "start"]

Loading…
Cancel
Save