Accidental change to dockerfile

This commit is contained in:
Daoud Clarke 2023-11-09 13:44:43 +00:00
parent 1b23076286
commit 62187fa8ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
nodeFROM node:hydrogen-bullseye as front-end
FROM node:hydrogen-bullseye as front-end
COPY front-end /front-end
WORKDIR /front-end