Skip to content

Commit

Permalink
oh apis my love...
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 authored Nov 15, 2023
1 parent c14210b commit cfc621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.10

RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install nginx g++ gcc libmariadb-dev vim cron tzdata -y
Expand All @@ -20,4 +20,4 @@ RUN chmod 0644 /etc/cron.d/container_cronjob
# start server
EXPOSE 80
STOPSIGNAL SIGTERM
CMD ["/opt/app/start-server.sh"]
CMD ["/opt/app/start-server.sh"]

0 comments on commit cfc621e

Please sign in to comment.