forked from wger-project/wger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move docker files from development to production
- Loading branch information
1 parent
e021786
commit 178ca65
Showing
9 changed files
with
11 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# Please consult the README for usage | ||
# | ||
# Note: you MUST build this image from the project's root! | ||
# docker build -f extras/docker/development/Dockerfile --tag wger/server . | ||
# docker build -f extras/docker/production/Dockerfile --tag wger/server . | ||
# | ||
# To run the container consult https://github.com/wger-project/docker | ||
|
||
|
@@ -50,7 +50,7 @@ RUN ln -s /usr/bin/yarnpkg /usr/bin/yarn \ | |
######## | ||
FROM wger/base:latest | ||
LABEL maintainer="Roland Geider <[email protected]>" | ||
ARG DOCKER_DIR=./extras/docker/development | ||
ARG DOCKER_DIR=./extras/docker/production | ||
ENV PATH="/home/wger/.local/bin:$PATH" | ||
|
||
EXPOSE 8000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.