mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
fix warning in workflow for lower case as (#8494)
This commit is contained in:
parent
5d348c2eaf
commit
32026dacfc
@ -36,6 +36,6 @@ ONBUILD RUN yarn run generate
|
||||
|
||||
FROM build AS production_build
|
||||
|
||||
FROM base as production
|
||||
FROM base AS production
|
||||
COPY --from=production_build ./app/dist/ /usr/share/nginx/html/
|
||||
COPY --from=production_build ./app/maintenance/nginx/custom.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user