Copy Erlang binaries to expected erts directory
This commit is contained in:
@ -15,11 +15,12 @@ COPY --from=pentacent/keila:0.14 /usr/local/bin/escript /usr/local/bin/escript
|
||||
|
||||
# Copy configuration files
|
||||
COPY start.sh /app/code/start.sh
|
||||
COPY keila-wrapper.sh /app/code/keila-wrapper.sh
|
||||
COPY supervisor/ /etc/supervisor/conf.d/
|
||||
COPY nginx.conf /etc/nginx/sites-available/default
|
||||
|
||||
# Set permissions
|
||||
RUN chmod +x /app/code/start.sh && \
|
||||
RUN chmod +x /app/code/start.sh /app/code/keila-wrapper.sh && \
|
||||
chown -R cloudron:cloudron /app/code /app/pkg
|
||||
|
||||
WORKDIR /app/code
|
||||
|
Reference in New Issue
Block a user