This is a just a test post with some codeā¦
# syntax=docker/dockerfile:1 FROM ubuntu:18.04 COPY . /app RUN make /app CMD python /app/app.py
This is a test!