Add template dockerfile for testing

This commit is contained in:
TrainDoctor 2022-07-27 16:52:49 -07:00
commit b37f994986

6
backend/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM arch:latest
ADD ./backend/ /source
ADD ./build/backend /build
WORKDIR /source