schedulord-frontend/Dockerfile
Jesse James Isler bc74ec710d
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
skipping tests because dumb
Added testing

Yes, jenkins will build this twice. Once the app and once for the dockerfile. Sue me

Added testing

Yes, jenkins will build this twice. Once the app and once for the dockerfile. Sue me

Cleaning up

updated

maybe now?

damnit

fixed agent

Work damnit!

fixed

:/

added tools

...

fixed indentation

I'm a stupid donkey

Jenkins </3 Milestone

maybe today

updated karma

Dumb
2022-06-09 12:57:35 +02:00

7 lines
101 B
Docker

FROM nginx:1.13.1-alpine
EXPOSE 80
COPY dist /var/www
COPY config/nginx.conf /etc/nginx/nginx.conf