Fixed key reference
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
d9a3f4dd8a
commit
f8852d173d
@ -66,7 +66,6 @@ RUN DEBIAN_FRONTEND=NONINTERACTIVE apt-get install -y \
|
|||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
nginx \
|
nginx \
|
||||||
rsync \
|
rsync \
|
||||||
less \
|
|
||||||
git \
|
git \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
python2 \
|
python2 \
|
||||||
@ -74,7 +73,6 @@ RUN DEBIAN_FRONTEND=NONINTERACTIVE apt-get install -y \
|
|||||||
jq \
|
jq \
|
||||||
nano \
|
nano \
|
||||||
shellinabox \
|
shellinabox \
|
||||||
nginx \
|
|
||||||
curl \
|
curl \
|
||||||
less
|
less
|
||||||
|
|
||||||
@ -106,7 +104,7 @@ COPY /ketrface /website/ketrface
|
|||||||
FROM runtime AS website
|
FROM runtime AS website
|
||||||
RUN echo "Building PRODUCTION"
|
RUN echo "Building PRODUCTION"
|
||||||
COPY /server/production.location /etc/nginx/snippets/active.location
|
COPY /server/production.location /etc/nginx/snippets/active.location
|
||||||
COPY --from=production /frontend /website/frontend
|
COPY --from=production /website/frontend /website/frontend
|
||||||
COPY --from=production /website/dist /website/dist
|
COPY --from=production /website/dist /website/dist
|
||||||
COPY --from=production /website/*.html /website/
|
COPY --from=production /website/*.html /website/
|
||||||
COPY --from=production /website/client/build /website/client/build
|
COPY --from=production /website/client/build /website/client/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user