mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
remove Dockerfile smoke test
This commit is contained in:
@@ -54,9 +54,4 @@ RUN mix release fireguard
|
||||
RUN mkdir -p pkg/debian/opt
|
||||
RUN mv _build/prod/rel/fireguard pkg/debian/opt/fireguard
|
||||
|
||||
# Smoke test built binary
|
||||
ENV DATABASE_URL ecto://dummy@localhost/dummy
|
||||
ENV SECRET_KEY_BASE dummy
|
||||
RUN ./pkg/debian/opt/fireguard/bin/fireguard eval 'IO.puts "Hello World!"'
|
||||
|
||||
RUN cd pkg && dpkg-deb --build debian
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=FireGuard
|
||||
After=network.target
|
||||
After=postgresql.service
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
|
||||
Reference in New Issue
Block a user