Skip to content

Commit

Permalink
🐛 Fix production Docker run #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroyt committed Jul 18, 2022
1 parent 9fc7d1d commit acb3613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USER www-data
# Move to project directory
WORKDIR /var/www/html/

ENV LAC_VERSION="0.2.1"
ENV LAC_VERSION="0.2.2"
ENV LAC_MODELS_VERSION="0.2.0"

# Initialize git and download project
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "heroyt/laser-arena-control",
"description": "Systém pro lepší zpracování a sjednocení výsledků LaserGame z různých arén a různých výrobců.",
"type": "project",
"version": "0.2.1",
"version": "0.2.2",
"repositories": [
{
"type": "composer",
Expand Down

0 comments on commit acb3613

Please sign in to comment.