Skip to content

Commit e505207

Browse files
committed
misstypes
1 parent df81a2d commit e505207

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ COPY crontab /etc/cron.d/lerama-cron
2121
RUN chmod 0644 /etc/cron.d/lerama-cron
2222

2323
# Copy setup script
24-
COPY /autorun/10-env /startup/10-env+
24+
COPY /startup/10-env /startup/10-env
2525
RUN chmod +x /startup/10-env
2626

2727
# Copy migration script
28-
COPY /autorun/20-migration /startup/20-migration
28+
COPY /startup/20-migration /startup/20-migration
2929
RUN chmod +x /startup/20-migration
3030

3131
# Set permissions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)