Skip to content

Instantly share code, notes, and snippets.

@christianlupus
Created October 26, 2021 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianlupus/3f93f2bf6727ff1381c7f7a8600c9404 to your computer and use it in GitHub Desktop.
Save christianlupus/3f93f2bf6727ff1381c7f7a8600c9404 to your computer and use it in GitHub Desktop.
version: "3.5"
services:
test:
build: .
FROM alpine:latest
COPY run.sh /
CMD ["/run.sh"]
#!/bin/sh
echo "First line"
echo "Second line"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment