Skip to content

Commit

Permalink
Added extra tag for ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed May 24, 2024
1 parent 3162d16 commit 9ab2dc6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM tethysplatform/tethys-core:dev
FROM --platform=linux/amd64 tethysplatform/tethys-core:dev

###################
# BUILD ARGUMENTS #
Expand Down Expand Up @@ -48,7 +48,4 @@ EXPOSE 80
# RUN #
#######

CMD bash run.sh

HEALTHCHECK --start-period=240s --interval=60s --retries=10 \
CMD ./liveness-probe.sh
CMD bash run.sh

0 comments on commit 9ab2dc6

Please sign in to comment.