Skip to content

Commit

Permalink
CMD updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pozgo committed Sep 5, 2023
1 parent d437d08 commit 0daf68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.18.3

ENV MKDOCS_VERSION=1.5.2 \
DOCS_DIRECTORY='/mkdocs' \
Expand Down Expand Up @@ -29,4 +29,4 @@ RUN \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* && \
chmod 600 /root/.ssh/config

CMD ["/usr/bin/bootstrap", "start"]
CMD ["/usr/bin/python3", "/bootstrap/main.py", "start"]
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ verify_ssl = true
[packages]

[requires]
python_version = "3.8"
python_version = "3.11"

0 comments on commit 0daf68d

Please sign in to comment.