Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
alihardan committed Feb 9, 2024
1 parent 4ca2bd1 commit f4fc905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ RUN chown -R application:application .
ARG BACKUP_TOKEN

RUN mkdir /opgactions
RUN git clone https://${BACKUP_TOKEN}@github.com/oldpersiangames/opg-backups /opgactions/opg-backups
# RUN git clone https://${BACKUP_TOKEN}@github.com/oldpersiangames/opg-backups /opgactions/opg-backups
RUN chown -R application:application /opgactions

2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
- 80:80
networks:
- app-network
volumes:
- /opgactions:/opgactions
db:
image: mysql:8.3
container_name: db
Expand Down

0 comments on commit f4fc905

Please sign in to comment.