Skip to content
Snippets Groups Projects
Commit bc59a170 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add quickstart script

parent a241f4ef
No related branches found
No related tags found
No related merge requests found
Pipeline #147315 passed
#!/bin/bash
docker run -it --rm -v `pwd`:/app -w /app node:17-bullseye npm install
docker run -it --rm -v `pwd`:/app -w /app node:17-bullseye npm run build
docker run -it --rm --name apache-server -p 8080:80 -v `pwd`/public:/usr/local/apache2/htdocs/ httpd:2.4-alpine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment