0
Fork 0
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:
dragongoose 2024-02-12 22:11:13 -05:00
parent 4468ff0c32
commit 2a519d9b15
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5
7 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ ENV SAFETWITCH_DEFAULT_LOCALE SAFETWITCH_DEFAULT_LOCALE_PLACEHOLDER
ENV SAFETWITCH_FALLBACK_LOCALE SAFETWITCH_FALLBACK_LOCALE_PLACEHOLDER ENV SAFETWITCH_FALLBACK_LOCALE SAFETWITCH_FALLBACK_LOCALE_PLACEHOLDER
ENV SAFETWITCH_DEFAULT_THEME SAFETWITCH_DEFAULT_THEME_PLACEHOLDER ENV SAFETWITCH_DEFAULT_THEME SAFETWITCH_DEFAULT_THEME_PLACEHOLDER
# Copy all files from current directory to working dir in image # Copy all files from current directory to working dir in image
COPY . . COPY ../ .
# install node modules and build assets # install node modules and build assets
RUN npm i && npm run build RUN npm i && npm run build