Skip to content

Commit

Permalink
Fix capitalisation inconsistency and assume permission set
Browse files Browse the repository at this point in the history
  • Loading branch information
Domin0de committed Jul 14, 2024
1 parent c651c4c commit 0c17f44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build layer template for an eventual TS migration
FROM node:20.15.0-slim as builder
FROM node:20.15.0-slim AS builder
ENV NODE_ENV=production

# Set working directory
Expand All @@ -21,7 +21,5 @@ COPY --from=builder /app/node_modules ./node_modules
# Copy bot files
COPY . .

RUN chmod +x entrypoint.sh

# Run bot
ENTRYPOINT [ "./entrypoint.sh" ]

0 comments on commit 0c17f44

Please sign in to comment.