Skip to content

Commit

Permalink
feat: Slack bot!
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Dec 7, 2024
1 parent 39bd821 commit ea417c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit ea417c5

Please sign in to comment.