Skip to content

Commit 0c17f44

Browse files
committed
Fix capitalisation inconsistency and assume permission set
1 parent c651c4c commit 0c17f44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build layer template for an eventual TS migration
2-
FROM node:20.15.0-slim as builder
2+
FROM node:20.15.0-slim AS builder
33
ENV NODE_ENV=production
44

55
# Set working directory
@@ -21,7 +21,5 @@ COPY --from=builder /app/node_modules ./node_modules
2121
# Copy bot files
2222
COPY . .
2323

24-
RUN chmod +x entrypoint.sh
25-
2624
# Run bot
2725
ENTRYPOINT [ "./entrypoint.sh" ]

0 commit comments

Comments
 (0)