Don't use entrypoints in docker

This commit is contained in:
Vincent
2019-04-17 17:16:21 +02:00
parent 990bfac44c
commit 040266a656
4 changed files with 8 additions and 35 deletions

View File

@@ -2,8 +2,9 @@ FROM node:10
LABEL maintainer="tcit"
COPY docker/entrypoint.sh /bin/entrypoint
RUN yarn install
RUN yarn upgrade node-sass
WORKDIR /app/js
EXPOSE 8080
EXPOSE 8080

View File

@@ -1,5 +0,0 @@
#!/bin/bash
yan install
yarn rebuild node-sass
yarn run dev