Usuń 'Zadanie_4_3_b/Dockerfile'

This commit is contained in:
Aleksandra Gronowska 2023-01-26 21:08:47 +01:00
parent e4e304d978
commit 7847b36cb5

View File

@ -1,5 +0,0 @@
FROM ubuntu
COPY ./webservice /
RUN chmod +x ./webservice
EXPOSE 80:8080/tcp
CMD ./webservice