Dockerfile updated
continuous-integration/drone/push Build is passing Details

pull/16/head
Emre KARTAL 2 years ago
parent 60c27b28b3
commit 254172425a

@ -0,0 +1,2 @@
node_modules
dist

@ -3,10 +3,11 @@ ENV PORT=8080
WORKDIR /app WORKDIR /app
ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080
COPY package*.json ./ COPY package*.json ./
COPY tsconfig.json ./
COPY . . COPY . .
RUN npm install RUN npm install
RUN echo $? RUN npm run build
#EXPOSE 8080 #EXPOSE 8080
#CMD [ "node", "server.js" ] CMD [ "node","." ]

Loading…
Cancel
Save