mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-21 21:03:00 -05:00
Move docker components
This commit is contained in:
parent
4468ff0c32
commit
2a519d9b15
7 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ENV SAFETWITCH_DEFAULT_LOCALE SAFETWITCH_DEFAULT_LOCALE_PLACEHOLDER
|
|||
ENV SAFETWITCH_FALLBACK_LOCALE SAFETWITCH_FALLBACK_LOCALE_PLACEHOLDER
|
||||
ENV SAFETWITCH_DEFAULT_THEME SAFETWITCH_DEFAULT_THEME_PLACEHOLDER
|
||||
# Copy all files from current directory to working dir in image
|
||||
COPY . .
|
||||
COPY ../ .
|
||||
# install node modules and build assets
|
||||
RUN npm i && npm run build
|
||||
|
Loading…
Reference in a new issue