Move docker components
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user