Skip to content

Commit 5115d43

Browse files
authored
fix: try harder
1 parent 8f9f633 commit 5115d43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.15.0-alpine
1+
FROM node:20.15.1-alpine
22

33
WORKDIR /usr/src/app
44

@@ -17,4 +17,4 @@ COPY scripts ./scripts
1717
RUN echo "0 */10 * * * /bin/bash /usr/src/app/scripts/syncDiscord/runWithWebhook.sh" >> /var/spool/cron/crontabs/root
1818

1919
EXPOSE 25
20-
CMD crond && npm start
20+
CMD crond && npm start

0 commit comments

Comments
 (0)