diff --git a/Dockerfile b/Dockerfile index 267bc4e..ba5885a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,11 +12,11 @@ RUN npm install -g firebase-tools RUN mkdir "allure-results" # create staging # Copy app files and install deps COPY worker/. /app/ -#RUN npm install -g typescript -#RUN npm install --omit=dev && npm run build -#RUN npm uninstall -g typescript +RUN npm install -g typescript +RUN npm install --omit=dev && npm run build +RUN npm uninstall -g typescript ## Remove .ts files -#RUN rm -rf app +RUN rm -rf app COPY start.sh / CMD ["/bin/sh", "/start.sh"] \ No newline at end of file