generated from hack4impact/flask-base
-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from SelfhostedPro/variables
Variables
- Loading branch information
Showing
6 changed files
with
9 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Build Vue | ||
FROM node:14.5.0-alpine as build-stage | ||
ARG VUE_APP_THEME=Default | ||
ENV VUE_APP_THEME=${VUE_APP_THEME} | ||
WORKDIR /app | ||
COPY ./frontend/package*.json ./ | ||
RUN npm install | ||
|
@@ -11,7 +13,6 @@ FROM lsiobase/alpine:3.12 as deploy-stage | |
# MAINTANER Your Name "[email protected]" | ||
|
||
# Set Variables | ||
ENV FLASK_CONFIG=production | ||
ENV PYTHONIOENCODING=UTF-8 | ||
|
||
WORKDIR /api | ||
|
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 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 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