mirror of https://github.com/openXC7/prjxray.git
Merge pull request #103 from kc8apf/nginx_pin_arch
Force amd64 image for nginx
This commit is contained in:
commit
7be3dab337
|
|
@ -8,5 +8,5 @@ RUN cd /source && make -j${NUM_PARALLEL_JOBS} --output-sync=target --warn-undefi
|
|||
RUN find /source/database -mindepth 1 -maxdepth 1 -type d -exec /source/htmlgen/htmlgen.py --settings={}/settings.sh --output=/output/html \;
|
||||
RUN mkdir -p /output/raw && find /source/database -mindepth 1 -maxdepth 1 -type d -exec cp -R {} /output/raw \;
|
||||
|
||||
FROM nginx:alpine
|
||||
FROM amd64/nginx:alpine
|
||||
COPY --from=db_builder /output /usr/share/nginx/html
|
||||
|
|
|
|||
Loading…
Reference in New Issue