Skip to content
Snippets Groups Projects
Commit f817af65 authored by David Fuhry's avatar David Fuhry
Browse files

I'm stupid

parent b41ed284
No related branches found
No related tags found
1 merge request!62Resolve "Docker: Issues with string encoding"
...@@ -67,8 +67,8 @@ RUN rm -rf /setup/* && \ ...@@ -67,8 +67,8 @@ RUN rm -rf /setup/* && \
rmdir /setup/ rmdir /setup/
# Clean up cached data if copied # Clean up cached data if copied
RUN rm -rf /app/data/* && \ # RUN rm -rf /app/data/* && \
rmdir /app/data/ # rmdir /app/data/
COPY docker/docker-entrypoint.sh /app/docker-entrypoint.sh COPY docker/docker-entrypoint.sh /app/docker-entrypoint.sh
ENTRYPOINT ["/app/docker-entrypoint.sh"] ENTRYPOINT ["/app/docker-entrypoint.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment