We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7ad50 commit aeb2842Copy full SHA for aeb2842
3 files changed
rootfs/Dockerfile
@@ -39,8 +39,7 @@ RUN apk add --update --virtual .build-deps \
39
COPY . /app
40
COPY --from=build-app /app/dist /app/web/dist
41
42
-ENTRYPOINT ["/app/bin/entrypoint"]
43
-
+ENV PATH /app/.venv/bin:/app/bin:$PATH
44
WORKDIR /app
45
CMD ["/app/bin/boot"]
46
EXPOSE 8000
rootfs/Dockerfile.test
@@ -44,8 +44,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositor
47
48
49
50
51
rootfs/bin/entrypoint
0 commit comments