dockerize project #2

Merged
csimonis merged 38 commits from feature/build into main 2024-12-04 17:33:43 +00:00
Showing only changes of commit 35ef9ee8cc - Show all commits

View File

@ -6,9 +6,10 @@ on: push
# branches:
# - main
jobs:
deploy:
build:
runs-on: ubuntu-latest
steps:
- name: test
run: echo "test"
- name: build
working-directory: .docker
run: docker build -t git.simonis.lol/sites/file-explorer:latest .