diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-21 15:46:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 15:46:03 -0500 |
| commit | c971930cc871b750fa75cb630384563c0c3705a2 (patch) | |
| tree | cc0a984cd46280741d333965090d2e16d38fc8ab /Dockerfile | |
| parent | 113e6181be8d6d81b18a9e1f83a93ccc1a7e4b5e (diff) | |
| download | submelon.dev-c971930cc871b750fa75cb630384563c0c3705a2.tar.gz submelon.dev-c971930cc871b750fa75cb630384563c0c3705a2.tar.bz2 submelon.dev-c971930cc871b750fa75cb630384563c0c3705a2.zip | |
Remove unused files; consistent icon styling (#11)
* Remove unused files; consistent icon styling
* Update GitHub actions
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 3aabb31..0000000 --- a/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM gatsbyjs/gatsby:onbuild as build - -FROM gatsbyjs/gatsby -COPY --from=build /app/public /pub
\ No newline at end of file |
