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 df81a2d commit e505207Copy full SHA for e505207
Dockerfile
@@ -21,11 +21,11 @@ COPY crontab /etc/cron.d/lerama-cron
21
RUN chmod 0644 /etc/cron.d/lerama-cron
22
23
# Copy setup script
24
-COPY /autorun/10-env /startup/10-env+
+COPY /startup/10-env /startup/10-env
25
RUN chmod +x /startup/10-env
26
27
# Copy migration script
28
-COPY /autorun/20-migration /startup/20-migration
+COPY /startup/20-migration /startup/20-migration
29
RUN chmod +x /startup/20-migration
30
31
# Set permissions
autorun/10-env renamed to startup/10-env
autorun/20-migration renamed to startup/20-migration
0 commit comments