We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c651c4c commit 0c17f44Copy full SHA for 0c17f44
Dockerfile
@@ -1,5 +1,5 @@
1
# Build layer template for an eventual TS migration
2
-FROM node:20.15.0-slim as builder
+FROM node:20.15.0-slim AS builder
3
ENV NODE_ENV=production
4
5
# Set working directory
@@ -21,7 +21,5 @@ COPY --from=builder /app/node_modules ./node_modules
21
# Copy bot files
22
COPY . .
23
24
-RUN chmod +x entrypoint.sh
25
-
26
# Run bot
27
ENTRYPOINT [ "./entrypoint.sh" ]
0 commit comments