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 \
|
||||
nginx \
|
||||
rsync \
|
||||
less \
|
||||
git \
|
||||
sqlite3 \
|
||||
python2 \
|
||||
@ -74,7 +73,6 @@ RUN DEBIAN_FRONTEND=NONINTERACTIVE apt-get install -y \
|
||||
jq \
|
||||
nano \
|
||||
shellinabox \
|
||||
nginx \
|
||||
curl \
|
||||
less
|
||||
|
||||
@ -106,7 +104,7 @@ COPY /ketrface /website/ketrface
|
||||
FROM runtime AS website
|
||||
RUN echo "Building PRODUCTION"
|
||||
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/*.html /website/
|
||||
COPY --from=production /website/client/build /website/client/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user