File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.6-alpine as base
2
2
3
- LABEL maintainer="Manuel Guidon guidon "
3
+ LABEL maintainer="mguidon "
4
4
5
5
ARG DOCKER_GID_ARG=1001
6
6
@@ -16,7 +16,7 @@ EXPOSE 8000
16
16
VOLUME /home/scu/input
17
17
VOLUME /home/scu/output
18
18
VOLUME /home/scu/log
19
- # VOLUME /var/run/docker.sock TODO: PC->MaG is this using docker??
19
+ # VOLUME /var/run/docker.sock DO NOT EXPOSE .. fails!
20
20
21
21
# -------------------------- Build stage -------------------
22
22
# Keeps same folder structure as in repo so we can reuse relative paths
@@ -80,6 +80,8 @@ RUN $PIP --no-cache-dir install -r requirements/prod.txt ;\
80
80
# -------------------
81
81
FROM base as production
82
82
83
+ # TODO: PC->MaG some postgresql missing? install non-dev package!?
84
+
83
85
COPY --from=build-production --chown=scu:scu $HOME/services/sidecar/boot.sh $HOME
84
86
COPY --from=build-production --chown=scu:scu $HOME/.venv $HOME/.venv
85
87
You can’t perform that action at this time.
0 commit comments