Skip to content

Commit ee4dfc5

Browse files
committed
Use new samples directory
1 parent 16a07ce commit ee4dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN yarn
1111
COPY tsconfig.json docker/startup.sh .
1212
COPY src ./src
1313
COPY migrations ./migrations
14-
COPY public ./public
14+
COPY samples ./samples
1515

1616
EXPOSE 3300
1717
RUN yarn build

0 commit comments

Comments
 (0)