ci: Remove /config as it's created anyway
Co-Authored-By: jonathan-irvin <jonathan-irvin@users.noreply.github.com>
This commit is contained in:
parent
81fd96f6d7
commit
c466f08c80
|
|
@ -13,8 +13,6 @@ WORKDIR /app
|
|||
EXPOSE 4200
|
||||
EXPOSE 3000
|
||||
|
||||
RUN mkdir -p /config
|
||||
|
||||
COPY var/docker/entrypoint.sh /app/entrypoint.sh
|
||||
COPY var/docker/supervisord.conf /etc/supervisord.conf
|
||||
COPY var/docker/supervisord /app/supervisord_available_configs/
|
||||
|
|
|
|||
Loading…
Reference in New Issue