added a initial Dockerfile and more ci debugging output

This commit is contained in:
Micha Gläß-Stöcker 2021-08-24 09:04:24 +02:00
parent baa4e8c79e
commit cca32d95e1
2 changed files with 4 additions and 1 deletions

View file

@ -48,8 +48,9 @@ deploy_docker:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- ls -lha
- ls -lha openwrt-firmware-selector
- cat openwrt-firmware-selector/src/config.ts
- cat openwrt-firmware-selector/build
#- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
#- docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE_TAG -t $CI_REGISTRY_IMAGE:latest -t $D_IMAGE_TAG -t $D_LATEST_TAG .
dependencies:

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM nginx:stable-alpine
COPY ./openwrt-firmware-selector/build/ /usr/share/nginx/html/